Home | History | Annotate | Download | only in selinux
      1 # Note: use "git ls-files -i --exclude-standard" to make sure
      2 # no tracked files are ignored as a result of any changes.
      3 
      4 # Object files
      5 *.o
      6 *.lo
      7 *.so
      8 *.so.[0-9]
      9 *.a
     10 *.s
     11 *.mo
     12 *.pc
     13 
     14 # Misc
     15 *.patch
     16 *.gz
     17 *~
     18 *.orig
     19 *.rej
     20 *.pyc
     21 cscope.*
     22 .#*
     23 \#*
     24 .*.swp
     25 # Failsafes
     26 !.gitignore
     27