~ben-sput/+junk/libwaveplot

« back to all changes in this revision

Viewing changes to .gitignore

  • Committer: Ben Ockmore
  • Date: 2014-08-13 17:05:35 UTC
  • Revision ID: ben.sput@gmail.com-20140813170535-wn2vm73f8h08t6tn
Tags: upstream-0.0
ImportĀ upstreamĀ versionĀ 0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Object files
 
2
*.o
 
3
*.ko
 
4
 
 
5
# Libraries
 
6
*.lib
 
7
*.a
 
8
 
 
9
# Shared objects (inc. Windows DLLs)
 
10
*.dll
 
11
*.so
 
12
*.so.*
 
13
*.dylib
 
14
 
 
15
# Executables
 
16
*.exe
 
17
*.out
 
18
*.app