Skip to content

Commit faa201d

Browse files
committed
cleanup from initial commit
1 parent fc71a08 commit faa201d

21 files changed

Lines changed: 360 additions & 23464 deletions

.gitignore

Lines changed: 25 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,39 @@
1-
# Prerequisites
2-
*.d
3-
4-
# Object files
1+
# Build output
2+
/mac-robber
53
*.o
6-
*.ko
7-
*.obj
8-
*.elf
9-
10-
# Linker output
11-
*.ilk
12-
*.map
13-
*.exp
14-
15-
# Precompiled Headers
16-
*.gch
17-
*.pch
4+
*.d
185

19-
# Libraries
20-
*.lib
6+
# Libraries / shared objects
217
*.a
228
*.la
239
*.lo
24-
25-
# Shared objects (inc. Windows DLLs)
10+
*.lib
2611
*.dll
2712
*.so
2813
*.so.*
2914
*.dylib
3015

31-
# Executables
32-
*.exe
33-
*.out
34-
*.app
35-
*.i*86
36-
*.x86_64
37-
*.hex
16+
# Generated by ./configure
17+
/Makefile
18+
/config.h
19+
/config.log
20+
/config.status
21+
/stamp-h1
3822

39-
# Debug files
40-
*.dSYM/
41-
*.su
42-
*.idb
43-
*.pdb
23+
# Autoconf cache (always regenerated by bootstrap)
24+
/autom4te.cache/
25+
26+
# Build dependency tracking
27+
/.deps/
4428

45-
# Kernel Module Compile Results
46-
*.mod*
47-
*.cmd
48-
.tmp_versions/
49-
modules.order
50-
Module.symvers
51-
Mkfile.old
52-
dkms.conf
29+
# Libtool (not used by this project)
30+
ltmain.sh
5331

54-
# debug information files
32+
# Backup files
33+
*~
34+
35+
# Debug
36+
*.dSYM/
5537
*.dwo
38+
*.su
39+
*.pdb

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AUTOMAKE_OPTIONS = foreign
1+
ACLOCAL_AMFLAGS = -I m4
22
bin_PROGRAMS = mac-robber
33
EXTRA_DIST = .indent.pro CHANGES
44
DISTCLEANFILES = *~ core.* *core

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ target_alias = @target_alias@
297297
top_build_prefix = @top_build_prefix@
298298
top_builddir = @top_builddir@
299299
top_srcdir = @top_srcdir@
300-
AUTOMAKE_OPTIONS = foreign
300+
ACLOCAL_AMFLAGS = -I m4
301301
EXTRA_DIST = .indent.pro CHANGES
302302
DISTCLEANFILES = *~ core.* *core
303303
mac_robber_SOURCES = mac-robber.c

0 commit comments

Comments
 (0)