Skip to content

Commit

Permalink
Merge pull request #564 from tsg/gitignore_cleanup
Browse files Browse the repository at this point in the history
Cleanup gitignore just a bit
  • Loading branch information
monicasarbu committed Dec 18, 2015
2 parents 0cf1ae6 + 85c07ac commit 96866c7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 49 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,17 @@

# Files
.DS_Store

# Editor swap files
*.swp
*.swo
*.swn

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
*.exe
*.test
*.prof
*.pyc
6 changes: 0 additions & 6 deletions filebeat/.gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
/etc/filebeat.dev.yml
.idea
.DS_Store
.vagrant
.filebeat
/docs/html_docs
*.swp
*.swo

filebeat
filebeat.test
filebeat.exe
filebeat.test.exe

build
/tests/load/logs
14 changes: 0 additions & 14 deletions libbeat/.gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@


# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
*.swp
*.swo
*.swn
libbeat
libbeat.test

# Folders
_obj
Expand All @@ -30,12 +21,7 @@ _cgo_export.*

_testmain.go

*.exe

*.test

# IDE / OS specific files
.DS_Store
.idea
.jenkins

8 changes: 0 additions & 8 deletions packetbeat/.gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
/packetbeat

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
*.swp
*.swo
*.swn
packetbeat.test
*.dev.yml

/docs/html_docs
Expand Down Expand Up @@ -36,5 +29,4 @@ _testmain.go
.idea

*.test
.DS_Store

11 changes: 0 additions & 11 deletions topbeat/.gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
topbeat
*.o
*.a
*.so
*.swp
*.swo
*.pyc


*.dev.yml

Expand All @@ -26,9 +19,6 @@ _cgo_export.*

_testmain.go

*.exe
*.test
*.prof

/cover/
/coverage/
Expand All @@ -37,7 +27,6 @@ _testmain.go
/tests/system/last_run
profile.cov
.idea
.DS_Store
/docs/html_docs

build
10 changes: 0 additions & 10 deletions winlogbeat/.gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
winlogbeat
*.o
*.a
*.so
*.swp
*.swo
*.pyc

# Folders
_obj
Expand All @@ -24,9 +18,6 @@ _cgo_export.*

_testmain.go

*.exe
*.test
*.prof
*.out
*.log
*.bak
Expand All @@ -39,7 +30,6 @@ cover/
/tests/system/last_run
profile.cov
.idea
.DS_Store
/docs/html_docs
.vagrant

Expand Down

0 comments on commit 96866c7

Please sign in to comment.