~apt-s3/apt-transport-s3/trunk

« back to all changes in this revision

Viewing changes to .gitignore

  • Committer: Kyle Shank
  • Date: 2014-09-04 18:37:55 UTC
  • mfrom: (4.1.12)
  • Revision ID: git-v1:cb2d114bd48ef0da658087d8699d9e2aa0830014
Merge pull request #4 from optiflows/master

Many fixes from community

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Object files
 
2
*.o
 
3
*.ko
 
4
*.obj
 
5
*.elf
 
6
 
 
7
# Libraries
 
8
*.lib
 
9
*.a
 
10
*.la
 
11
*.lo
 
12
 
 
13
# Shared objects (inc. Windows DLLs)
 
14
*.dll
 
15
*.so
 
16
*.so.*
 
17
*.dylib
 
18
 
 
19
# Executables
 
20
*.exe
 
21
*.out
 
22
*.app
 
23
*.i*86
 
24
*.x86_64
 
25
*.hex